home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000325_b.stewart@bom.gov.au_Tue Feb 18 08:54:13 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  67 lines

  1. Article: 14122 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
  3. Message-ID: <3E519827.65765197@bom.gov.au>
  4. From: Bruce Stewart <b.stewart@bom.gov.au>
  5. X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
  6. X-Accept-Language: en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: Running multiple kermit scripts on one connection
  10. References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com>
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 45
  14. Date: Tue, 18 Feb 2003 13:19:19 +1100
  15. NNTP-Posting-Host: 134.178.5.131
  16. X-Complaints-To: abuse@telstra.net
  17. X-Trace: vicpull1.telstra.net 1045534539 134.178.5.131 (Tue, 18 Feb 2003 13:15:39 EST)
  18. NNTP-Posting-Date: Tue, 18 Feb 2003 13:15:39 EST
  19. Organization: Customer of Telstra Internet Direct
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14122
  21.  
  22. I tried testing it from kermit, following are the steps I took:
  23.  
  24. 1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
  25. 2-set port 2
  26. 3-set carrier-watch off
  27. 4-set modem none
  28. 5-set flow-control rts/cts
  29. 6-run k95 -Y -l _\v(ttyfd)
  30.  
  31. still had same result: "can't open device"
  32.  
  33. "Jeffrey Altman [Road Runner NYC]" wrote:
  34.  
  35. > Some thoughts:
  36. >
  37. > * in your c++ program make sure you make the Handle to the serial device
  38. >    inheritable by child processes
  39. >
  40. > * when testing with k95 starting k95 be sure to not load the init file
  41. >
  42. >       run k95.exe -Y -l _\v(ttyfd)
  43. >
  44. > Jeffrey Altman wrote:
  45. > > Just tested this with the current release 2.1.3.
  46. > > Works just fine between two copies of K95 on two laptops connected by a
  47. > > serial cable over COM1.  115200, RTS/CTS, SET CARRIER-WATCH OFF, SET
  48. > > MODEM TYPE NONE.
  49. > >
  50. > > I am the author.
  51. > >
  52. > >
  53. > > Bruce Stewart wrote:
  54. > >
  55. > >> Well, I tried it from c++. Opening a handle and then tried to run
  56. > >> kermit with
  57. > >> the command-line option -l _<device_handle>. It still didn't work giving
  58. > >> the same error message "can't open device".
  59. > >>
  60. > >> If its in the documentation, I would imagine that its been tested by
  61. > >> the kermit
  62. > >> developers. Is their an email with which to contact kermit makers for
  63. > >> help?
  64. > >>
  65. > >
  66.  
  67.